-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪝 Set up pre-commit checks #341
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 96.06% 96.05% -0.01%
==========================================
Files 102 102
Lines 10086 10086
==========================================
- Hits 9689 9688 -1
- Misses 397 398 +1 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Description
This PR sets up pre-commit checks for the repository. They are automatically run on the repo on every push. Additionally, you can install them on your machine such that they are already run on local commits.
Installation:
In your cloned
fiction
folder:Done ✅
Checklist: